Html Css Color HEX #02671B Crusoe

📋 copy color: '#02671B'

red 2 ◦ green 103 ◦ blue 27

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

Shades of Crusoe #02671B

Tints of Crusoe #02671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 78.03%

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 1.52%
G = 78.03%
B = 20.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#02671B (or 0x02671B) is known color: Crusoe. HEX triplet: 02, 67 and 1B. RGB value is (2,103,27). Sum of RGB (Red+Green+Blue) = 2+103+27=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 103 (40.62% from 255 or 78.03% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 103 - color contains mainly: green. Hex color #02671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02671B is #FD98E4. Grayscale: #404040. Windows color (decimal): -16619749 or 1795842. OLE color: 1795842.

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

Color convert

RGB 2 103 27 -
CMYK 0.98 0 0.74 0.60
HSL 134.85º 0.96% 0.21% -
HSV(B) 134.85º 0.98% 0.4% -
XYZ 5.07 9.79 2.66 -
YUV 64.14 107.04 83.68 -
System Red Green Blue C M Y K H S L
Decimal 2 103 27 0.98 0 0.74 0.60 134.85 0.96 0.21
Hex 2 67 1B 62 0 4A 3C 87 60 15
Octal 2 147 33 142 0 112 74 207 140 25
Binary 10 1100111 11011 1100010 0 1001010 111100 10000111 1100000 10101

Color Harmonies of #02671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02671B

Black with #02671B

Text Example


Text Example

White with #02671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,103,27); }

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

background-color css

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

 a { background-color: rgb(2,103,27); }

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

border-color css

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

 span { border-color: rgb(2,103,27); }

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