Html Css Color HEX #02711E Crusoe

📋 copy color: '#02711E'

red 2 ◦ green 113 ◦ blue 30

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

Shades of Crusoe #02711E

Tints of Crusoe #02711E

RGB

 RED value IS 2 (1.17% from 255) = 1.38%

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

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 1.38%
G = 77.93%
B = 20.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#02711E (or 0x02711E) is known color: Crusoe. HEX triplet: 02, 71 and 1E. RGB value is (2,113,30). Sum of RGB (Red+Green+Blue) = 2+113+30=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #02711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02711E is #FD8EE1. Grayscale: #464646. Windows color (decimal): -16617186 or 1995010. OLE color: 1995010.

HSL color Cylindrical-coordinate representation of color #02711E: hue angle of 135.14º 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 #02711E is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 30 -
CMYK 0.98 0 0.73 0.56
HSL 135.14º 0.97% 0.23% -
HSV(B) 135.14º 0.98% 0.44% -
XYZ 6.16 11.92 3.2 -
YUV 70.35 105.23 79.25 -
System Red Green Blue C M Y K H S L
Decimal 2 113 30 0.98 0 0.73 0.56 135.14 0.97 0.23
Hex 2 71 1E 62 0 49 38 87 61 17
Octal 2 161 36 142 0 111 70 207 141 27
Binary 10 1110001 11110 1100010 0 1001001 111000 10000111 1100001 10111

Color Harmonies of #02711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02711E

Black with #02711E

Text Example


Text Example

White with #02711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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