Html Css Color HEX #02671D Crusoe

📋 copy color: '#02671D'

red 2 ◦ green 103 ◦ blue 29

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

Shades of Crusoe #02671D

Tints of Crusoe #02671D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 1.49%
G = 76.87%
B = 21.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#02671D (or 0x02671D) is known color: Crusoe. HEX triplet: 02, 67 and 1D. RGB value is (2,103,29). Sum of RGB (Red+Green+Blue) = 2+103+29=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 103 (40.62% from 255 or 76.87% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 103 - color contains mainly: green. Hex color #02671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02671D is #FD98E2. Grayscale: #404040. Windows color (decimal): -16619747 or 1926914. OLE color: 1926914.

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

Color convert

RGB 2 103 29 -
CMYK 0.98 0 0.72 0.60
HSL 136.04º 0.96% 0.21% -
HSV(B) 136.04º 0.98% 0.4% -
XYZ 5.1 9.8 2.79 -
YUV 64.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 2 103 29 0.98 0 0.72 0.60 136.04 0.96 0.21
Hex 2 67 1D 62 0 48 3C 88 60 15
Octal 2 147 35 142 0 110 74 210 140 25
Binary 10 1100111 11101 1100010 0 1001000 111100 10001000 1100000 10101

Color Harmonies of #02671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02671D

Black with #02671D

Text Example


Text Example

White with #02671D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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