Html Css Color HEX #305A01 Verdun Green

📋 copy color: '#305A01'

red 48 ◦ green 90 ◦ blue 1

#305A01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #305A01

Tints of Verdun Green #305A01

RGB

 RED value IS 48 (19.14% from 255) = 34.53%

 GREEN value IS 90 (35.55% from 255) = 64.75%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 34.53%
G = 64.75%
B = 0.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#305A01 (or 0x305A01) is known color: Verdun Green. HEX triplet: 30, 5A and 01. RGB value is (48,90,1). Sum of RGB (Red+Green+Blue) = 48+90+1=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #305A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A01 is #CFA5FE. Grayscale: #434343. Windows color (decimal): -13608447 or 88624. OLE color: 88624.

HSL color Cylindrical-coordinate representation of color #305A01: hue angle of 88.31º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #305A01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 1 -
CMYK 0.47 0 0.99 0.65
HSL 88.31º 0.98% 0.18% -
HSV(B) 88.31º 0.99% 0.35% -
XYZ 4.88 7.94 1.3 -
YUV 67.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 48 90 1 0.47 0 0.99 0.65 88.31 0.98 0.18
Hex 30 5A 1 2F 0 63 41 58 62 12
Octal 60 132 1 57 0 143 101 130 142 22
Binary 110000 1011010 1 101111 0 1100011 1000001 1011000 1100010 10010

Color Harmonies of #305A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A01

Black with #305A01

Text Example


Text Example

White with #305A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A01; }

 p { color: rgb(48,90,1); }

 H1.HeaderClassName
 {
   color: #305A01;
 }
 .AnyTagClassName
 {
   color: #305A01;
 }
</style>

background-color css

<style>
 a { background-color: #305A01; }

 a { background-color: rgb(48,90,1); }

 div.DivClassName
 {
   background-color: #305A01;
 }
 .BgClassName
 {
   background-color: #305A01;
 }
</style>

border-color css

<style>
 span { border-color: #305A01; }

 span { border-color: rgb(48,90,1); }

 td.TdClassName
 {
   border-color: #305A01;
 }
 .TagClassName
 {
   border-color: #305A01;
 }
</style>