Html Css Color HEX #02711F Crusoe

📋 copy color: '#02711F'

red 2 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #02711F

Tints of Crusoe #02711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.23%

R = 1.37%
G = 77.4%
B = 21.23%

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

#02711F (or 0x02711F) is known color: Crusoe. HEX triplet: 02, 71 and 1F. RGB value is (2,113,31). Sum of RGB (Red+Green+Blue) = 2+113+31=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #02711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02711F is #FD8EE0. Grayscale: #464646. Windows color (decimal): -16617185 or 2060546. OLE color: 2060546.

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

Color convert

RGB 2 113 31 -
CMYK 0.98 0 0.73 0.56
HSL 135.68º 0.97% 0.23% -
HSV(B) 135.68º 0.98% 0.44% -
XYZ 6.18 11.92 3.27 -
YUV 70.46 105.73 79.17 -
System Red Green Blue C M Y K H S L
Decimal 2 113 31 0.98 0 0.73 0.56 135.68 0.97 0.23
Hex 2 71 1F 62 0 49 38 88 61 17
Octal 2 161 37 142 0 111 70 210 141 27
Binary 10 1110001 11111 1100010 0 1001001 111000 10001000 1100001 10111

Color Harmonies of #02711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02711F

Black with #02711F

Text Example


Text Example

White with #02711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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