Html Css Color HEX #02672F Crusoe

📋 copy color: '#02672F'

red 2 ◦ green 103 ◦ blue 47

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

Shades of Crusoe #02672F

Tints of Crusoe #02672F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 1.32%
G = 67.76%
B = 30.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#02672F (or 0x02672F) is known color: Crusoe. HEX triplet: 02, 67 and 2F. RGB value is (2,103,47). Sum of RGB (Red+Green+Blue) = 2+103+47=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #02672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02672F is #FD98D0. Grayscale: #424242. Windows color (decimal): -16619729 or 3106562. OLE color: 3106562.

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

Color convert

RGB 2 103 47 -
CMYK 0.98 0 0.54 0.60
HSL 146.73º 0.96% 0.21% -
HSV(B) 146.73º 0.98% 0.4% -
XYZ 5.39 9.92 4.32 -
YUV 66.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 2 103 47 0.98 0 0.54 0.60 146.73 0.96 0.21
Hex 2 67 2F 62 0 36 3C 93 60 15
Octal 2 147 57 142 0 66 74 223 140 25
Binary 10 1100111 101111 1100010 0 110110 111100 10010011 1100000 10101

Color Harmonies of #02672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02672F

Black with #02672F

Text Example


Text Example

White with #02672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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