Html Css Color HEX #02662B Crusoe

📋 copy color: '#02662B'

red 2 ◦ green 102 ◦ blue 43

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

Shades of Crusoe #02662B

Tints of Crusoe #02662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 69.39%

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 1.36%
G = 69.39%
B = 29.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#02662B (or 0x02662B) is known color: Crusoe. HEX triplet: 02, 66 and 2B. RGB value is (2,102,43). Sum of RGB (Red+Green+Blue) = 2+102+43=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #02662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02662B is #FD99D4. Grayscale: #414141. Windows color (decimal): -16619989 or 2844162. OLE color: 2844162.

HSL color Cylindrical-coordinate representation of color #02662B: hue angle of 144.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02662B is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 43 -
CMYK 0.98 0 0.58 0.6
HSL 144.6º 0.96% 0.2% -
HSV(B) 144.6º 0.98% 0.4% -
XYZ 5.21 9.69 3.88 -
YUV 65.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 2 102 43 0.98 0 0.58 0.6 144.6 0.96 0.2
Hex 2 66 2B 62 0 3A 3C 91 60 14
Octal 2 146 53 142 0 72 74 221 140 24
Binary 10 1100110 101011 1100010 0 111010 111100 10010001 1100000 10100

Color Harmonies of #02662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02662B

Black with #02662B

Text Example


Text Example

White with #02662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02662B; }

 p { color: rgb(2,102,43); }

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

background-color css

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

 a { background-color: rgb(2,102,43); }

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

border-color css

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

 span { border-color: rgb(2,102,43); }

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