#305F02

Color #305F02 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #305F02

Tints of Verdun Green #305F02

Color information

#305F02 (or 0x305F02) is unknown color: approx Verdun Green. HEX triplet: 30, 5F and 02. RGB value is (48,95,2). Sum of RGB (Red+Green+Blue) = 48+95+2=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #305F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F02 is #CFA0FD. Grayscale: #464646. Windows color (decimal): -13607166 or 155440. OLE color: 155440.

HSL color Cylindrical-coordinate representation of color #305F02: hue angle of 90.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305F02 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB48952-
CMYK0.4900.980.63
HSL90.32º95.88%19.02%-
HSV(B)90.32º97.89%37.25%-
XYZ5.328.821.48-
YUV70.3489.43112.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 95 (37.5% from 255) = 65.52%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=33.10%
G=65.52%
B=1.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal489520.4900.980.6390.3295.8819.02
Hex305F2310623F5a6013
Octal6013726101427713214023
Binary110000101111110110001011000101111111011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,95,2); }

 H1.HeaderClassName
 {
   color: #305F02;
 }
 .AnyTagClassName
 {
   color: #305F02;
 }
</style>
background-color css

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

 a { background-color: rgb(48,95,2); }

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

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

 span { border-color: rgb(48,95,2); }

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