Html Css Color HEX #02582D Crusoe

📋 copy color: '#02582D'

red 2 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #02582D

Tints of Crusoe #02582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 1.48%
G = 65.19%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#02582D (or 0x02582D) is known color: Crusoe. HEX triplet: 02, 58 and 2D. RGB value is (2,88,45). Sum of RGB (Red+Green+Blue) = 2+88+45=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #02582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02582D is #FDA7D2. Grayscale: #393939. Windows color (decimal): -16623571 or 2971650. OLE color: 2971650.

HSL color Cylindrical-coordinate representation of color #02582D: hue angle of 150º 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 #02582D is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 88 45 -
CMYK 0.98 0 0.49 0.65
HSL 150º 0.96% 0.18% -
HSV(B) 150º 0.98% 0.35% -
XYZ 3.99 7.18 3.66 -
YUV 57.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 2 88 45 0.98 0 0.49 0.65 150 0.96 0.18
Hex 2 58 2D 62 0 31 41 96 60 12
Octal 2 130 55 142 0 61 101 226 140 22
Binary 10 1011000 101101 1100010 0 110001 1000001 10010110 1100000 10010

Color Harmonies of #02582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02582D

Black with #02582D

Text Example


Text Example

White with #02582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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