Html Css Color HEX #02671C Crusoe

📋 copy color: '#02671C'

red 2 ◦ green 103 ◦ blue 28

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

Shades of Crusoe #02671C

Tints of Crusoe #02671C

RGB

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

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

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

R = 1.5%
G = 77.44%
B = 21.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#02671C (or 0x02671C) is known color: Crusoe. HEX triplet: 02, 67 and 1C. RGB value is (2,103,28). Sum of RGB (Red+Green+Blue) = 2+103+28=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 103 (40.62% from 255 or 77.44% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 103 - color contains mainly: green. Hex color #02671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02671C is #FD98E3. Grayscale: #404040. Windows color (decimal): -16619748 or 1861378. OLE color: 1861378.

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

Color convert

RGB 2 103 28 -
CMYK 0.98 0 0.73 0.60
HSL 135.45º 0.96% 0.21% -
HSV(B) 135.45º 0.98% 0.4% -
XYZ 5.08 9.8 2.72 -
YUV 64.25 107.54 83.6 -
System Red Green Blue C M Y K H S L
Decimal 2 103 28 0.98 0 0.73 0.60 135.45 0.96 0.21
Hex 2 67 1C 62 0 49 3C 87 60 15
Octal 2 147 34 142 0 111 74 207 140 25
Binary 10 1100111 11100 1100010 0 1001001 111100 10000111 1100000 10101

Color Harmonies of #02671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02671C

Black with #02671C

Text Example


Text Example

White with #02671C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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