Html Css Color HEX #02582C Crusoe

📋 copy color: '#02582C'

red 2 ◦ green 88 ◦ blue 44

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

Shades of Crusoe #02582C

Tints of Crusoe #02582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 65.67%

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

R = 1.49%
G = 65.67%
B = 32.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#02582C (or 0x02582C) is known color: Crusoe. HEX triplet: 02, 58 and 2C. RGB value is (2,88,44). Sum of RGB (Red+Green+Blue) = 2+88+44=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #02582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02582C is #FDA7D3. Grayscale: #393939. Windows color (decimal): -16623572 or 2906114. OLE color: 2906114.

HSL color Cylindrical-coordinate representation of color #02582C: hue angle of 149.3º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02582C is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 88 44 -
CMYK 0.98 0 0.5 0.65
HSL 149.3º 0.96% 0.18% -
HSV(B) 149.3º 0.98% 0.35% -
XYZ 3.97 7.17 3.56 -
YUV 57.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 2 88 44 0.98 0 0.5 0.65 149.3 0.96 0.18
Hex 2 58 2C 62 0 32 41 95 60 12
Octal 2 130 54 142 0 62 101 225 140 22
Binary 10 1011000 101100 1100010 0 110010 1000001 10010101 1100000 10010

Color Harmonies of #02582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02582C

Black with #02582C

Text Example


Text Example

White with #02582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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