Html Css Color HEX #02752A Crusoe

📋 copy color: '#02752A'

red 2 ◦ green 117 ◦ blue 42

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

Shades of Crusoe #02752A

Tints of Crusoe #02752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 1.24%
G = 72.67%
B = 26.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#02752A (or 0x02752A) is known color: Crusoe. HEX triplet: 02, 75 and 2A. RGB value is (2,117,42). Sum of RGB (Red+Green+Blue) = 2+117+42=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #02752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02752A is #FD8AD5. Grayscale: #4A4A4A. Windows color (decimal): -16616150 or 2782466. OLE color: 2782466.

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

Color convert

RGB 2 117 42 -
CMYK 0.98 0 0.64 0.54
HSL 140.87º 0.97% 0.23% -
HSV(B) 140.87º 0.98% 0.46% -
XYZ 6.8 12.9 4.32 -
YUV 74.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 2 117 42 0.98 0 0.64 0.54 140.87 0.97 0.23
Hex 2 75 2A 62 0 40 36 8D 61 17
Octal 2 165 52 142 0 100 66 215 141 27
Binary 10 1110101 101010 1100010 0 1000000 110110 10001101 1100001 10111

Color Harmonies of #02752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02752A

Black with #02752A

Text Example


Text Example

White with #02752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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