Html Css Color HEX #427102 Verdun Green

📋 copy color: '#427102'

red 66 ◦ green 113 ◦ blue 2

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

Shades of Verdun Green #427102

Tints of Verdun Green #427102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.43%

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

R = 36.46%
G = 62.43%
B = 1.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#427102 (or 0x427102) is known color: Verdun Green. HEX triplet: 42, 71 and 02. RGB value is (66,113,2). Sum of RGB (Red+Green+Blue) = 66+113+2=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #427102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427102 is #BD8EFD. Grayscale: #565656. Windows color (decimal): -12422910 or 160066. OLE color: 160066.

HSL color Cylindrical-coordinate representation of color #427102: hue angle of 85.41º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #427102 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 2 -
CMYK 0.42 0 0.98 0.56
HSL 85.41º 0.97% 0.23% -
HSV(B) 85.41º 0.98% 0.44% -
XYZ 8.16 12.97 2.13 -
YUV 86.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 66 113 2 0.42 0 0.98 0.56 85.41 0.97 0.23
Hex 42 71 2 2A 0 62 38 55 61 17
Octal 102 161 2 52 0 142 70 125 141 27
Binary 1000010 1110001 10 101010 0 1100010 111000 1010101 1100001 10111

Color Harmonies of #427102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427102

Black with #427102

Text Example


Text Example

White with #427102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427102; }

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

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

background-color css

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

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

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

border-color css

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

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

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