Html Css Color HEX #426F02 Verdun Green

📋 copy color: '#426F02'

red 66 ◦ green 111 ◦ blue 2

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

Shades of Verdun Green #426F02

Tints of Verdun Green #426F02

RGB

 RED value IS 66 (26.17% from 255) = 36.87%

 GREEN value IS 111 (43.75% from 255) = 62.01%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 36.87%
G = 62.01%
B = 1.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#426F02 (or 0x426F02) is known color: Verdun Green. HEX triplet: 42, 6F and 02. RGB value is (66,111,2). Sum of RGB (Red+Green+Blue) = 66+111+2=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #426F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426F02 is #BD90FD. Grayscale: #555555. Windows color (decimal): -12423422 or 159554. OLE color: 159554.

HSL color Cylindrical-coordinate representation of color #426F02: hue angle of 84.77º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #426F02 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 2 -
CMYK 0.41 0 0.98 0.56
HSL 84.77º 0.96% 0.22% -
HSV(B) 84.77º 0.98% 0.44% -
XYZ 7.94 12.53 2.06 -
YUV 85.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 66 111 2 0.41 0 0.98 0.56 84.77 0.96 0.22
Hex 42 6F 2 29 0 62 38 55 60 16
Octal 102 157 2 51 0 142 70 125 140 26
Binary 1000010 1101111 10 101001 0 1100010 111000 1010101 1100000 10110

Color Harmonies of #426F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F02

Black with #426F02

Text Example


Text Example

White with #426F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,2); }

 H1.HeaderClassName
 {
   color: #426F02;
 }
 .AnyTagClassName
 {
   color: #426F02;
 }
</style>

background-color css

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

 a { background-color: rgb(66,111,2); }

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

border-color css

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

 span { border-color: rgb(66,111,2); }

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