Html Css Color HEX #02752B Crusoe

📋 copy color: '#02752B'

red 2 ◦ green 117 ◦ blue 43

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

Shades of Crusoe #02752B

Tints of Crusoe #02752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 72.22%

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

R = 1.23%
G = 72.22%
B = 26.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#02752B (or 0x02752B) is known color: Crusoe. HEX triplet: 02, 75 and 2B. RGB value is (2,117,43). Sum of RGB (Red+Green+Blue) = 2+117+43=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #02752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02752B is #FD8AD4. Grayscale: #4A4A4A. Windows color (decimal): -16616149 or 2848002. OLE color: 2848002.

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

Color convert

RGB 2 117 43 -
CMYK 0.98 0 0.63 0.54
HSL 141.39º 0.97% 0.23% -
HSV(B) 141.39º 0.98% 0.46% -
XYZ 6.82 12.91 4.42 -
YUV 74.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 2 117 43 0.98 0 0.63 0.54 141.39 0.97 0.23
Hex 2 75 2B 62 0 3F 36 8D 61 17
Octal 2 165 53 142 0 77 66 215 141 27
Binary 10 1110101 101011 1100010 0 111111 110110 10001101 1100001 10111

Color Harmonies of #02752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02752B

Black with #02752B

Text Example


Text Example

White with #02752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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