Html Css Color HEX #02572C Crusoe

📋 copy color: '#02572C'

red 2 ◦ green 87 ◦ blue 44

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

Shades of Crusoe #02572C

Tints of Crusoe #02572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 65.41%

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 1.5%
G = 65.41%
B = 33.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#02572C (or 0x02572C) is known color: Crusoe. HEX triplet: 02, 57 and 2C. RGB value is (2,87,44). Sum of RGB (Red+Green+Blue) = 2+87+44=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 87 (34.38% from 255 or 65.41% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 87 - color contains mainly: green. Hex color #02572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02572C is #FDA8D3. Grayscale: #383838. Windows color (decimal): -16623828 or 2905858. OLE color: 2905858.

HSL color Cylindrical-coordinate representation of color #02572C: hue angle of 149.65º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02572C is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 87 44 -
CMYK 0.98 0 0.49 0.66
HSL 149.65º 0.96% 0.17% -
HSV(B) 149.65º 0.98% 0.34% -
XYZ 3.89 7.01 3.53 -
YUV 56.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 2 87 44 0.98 0 0.49 0.66 149.65 0.96 0.17
Hex 2 57 2C 62 0 31 42 96 60 11
Octal 2 127 54 142 0 61 102 226 140 21
Binary 10 1010111 101100 1100010 0 110001 1000010 10010110 1100000 10001

Color Harmonies of #02572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02572C

Black with #02572C

Text Example


Text Example

White with #02572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02572C; }

 p { color: rgb(2,87,44); }

 H1.HeaderClassName
 {
   color: #02572C;
 }
 .AnyTagClassName
 {
   color: #02572C;
 }
</style>

background-color css

<style>
 a { background-color: #02572C; }

 a { background-color: rgb(2,87,44); }

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

border-color css

<style>
 span { border-color: #02572C; }

 span { border-color: rgb(2,87,44); }

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