Html Css Color HEX #02611C Crusoe

📋 copy color: '#02611C'

red 2 ◦ green 97 ◦ blue 28

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

Shades of Crusoe #02611C

Tints of Crusoe #02611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 76.38%

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 1.57%
G = 76.38%
B = 22.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#02611C (or 0x02611C) is known color: Crusoe. HEX triplet: 02, 61 and 1C. RGB value is (2,97,28). Sum of RGB (Red+Green+Blue) = 2+97+28=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #02611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02611C is #FD9EE3. Grayscale: #3C3C3C. Windows color (decimal): -16621284 or 1859842. OLE color: 1859842.

HSL color Cylindrical-coordinate representation of color #02611C: hue angle of 136.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02611C is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 97 28 -
CMYK 0.98 0 0.71 0.62
HSL 136.42º 0.96% 0.19% -
HSV(B) 136.42º 0.98% 0.38% -
XYZ 4.51 8.65 2.53 -
YUV 60.73 109.53 86.11 -
System Red Green Blue C M Y K H S L
Decimal 2 97 28 0.98 0 0.71 0.62 136.42 0.96 0.19
Hex 2 61 1C 62 0 47 3E 88 60 13
Octal 2 141 34 142 0 107 76 210 140 23
Binary 10 1100001 11100 1100010 0 1000111 111110 10001000 1100000 10011

Color Harmonies of #02611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02611C

Black with #02611C

Text Example


Text Example

White with #02611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02611C; }

 p { color: rgb(2,97,28); }

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

background-color css

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

 a { background-color: rgb(2,97,28); }

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

border-color css

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

 span { border-color: rgb(2,97,28); }

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