Html Css Color HEX #02672D Crusoe

📋 copy color: '#02672D'

red 2 ◦ green 103 ◦ blue 45

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

Shades of Crusoe #02672D

Tints of Crusoe #02672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30%

R = 1.33%
G = 68.67%
B = 30%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#02672D (or 0x02672D) is known color: Crusoe. HEX triplet: 02, 67 and 2D. RGB value is (2,103,45). Sum of RGB (Red+Green+Blue) = 2+103+45=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #02672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02672D is #FD98D2. Grayscale: #424242. Windows color (decimal): -16619731 or 2975490. OLE color: 2975490.

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

Color convert

RGB 2 103 45 -
CMYK 0.98 0 0.56 0.60
HSL 145.54º 0.96% 0.21% -
HSV(B) 145.54º 0.98% 0.4% -
XYZ 5.35 9.9 4.11 -
YUV 66.19 116.04 82.22 -
System Red Green Blue C M Y K H S L
Decimal 2 103 45 0.98 0 0.56 0.60 145.54 0.96 0.21
Hex 2 67 2D 62 0 38 3C 92 60 15
Octal 2 147 55 142 0 70 74 222 140 25
Binary 10 1100111 101101 1100010 0 111000 111100 10010010 1100000 10101

Color Harmonies of #02672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02672D

Black with #02672D

Text Example


Text Example

White with #02672D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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