Html Css Color HEX #02742B Crusoe

📋 copy color: '#02742B'

red 2 ◦ green 116 ◦ blue 43

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

Shades of Crusoe #02742B

Tints of Crusoe #02742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 72.05%

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 1.24%
G = 72.05%
B = 26.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#02742B (or 0x02742B) is known color: Crusoe. HEX triplet: 02, 74 and 2B. RGB value is (2,116,43). Sum of RGB (Red+Green+Blue) = 2+116+43=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #02742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02742B is #FD8BD4. Grayscale: #494949. Windows color (decimal): -16616405 or 2847746. OLE color: 2847746.

HSL color Cylindrical-coordinate representation of color #02742B: hue angle of 141.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02742B is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 43 -
CMYK 0.98 0 0.63 0.55
HSL 141.58º 0.97% 0.23% -
HSV(B) 141.58º 0.98% 0.45% -
XYZ 6.71 12.68 4.38 -
YUV 73.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 2 116 43 0.98 0 0.63 0.55 141.58 0.97 0.23
Hex 2 74 2B 62 0 3F 37 8E 61 17
Octal 2 164 53 142 0 77 67 216 141 27
Binary 10 1110100 101011 1100010 0 111111 110111 10001110 1100001 10111

Color Harmonies of #02742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02742B

Black with #02742B

Text Example


Text Example

White with #02742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,116,43); }

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

background-color css

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

 a { background-color: rgb(2,116,43); }

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

border-color css

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

 span { border-color: rgb(2,116,43); }

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