Html Css Color HEX #025D1C Crusoe

📋 copy color: '#025D1C'

red 2 ◦ green 93 ◦ blue 28

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

Shades of Crusoe #025D1C

Tints of Crusoe #025D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 75.61%

 BLUE value IS 28 (11.33% from 255) = 22.76%

R = 1.63%
G = 75.61%
B = 22.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#025D1C (or 0x025D1C) is known color: Crusoe. HEX triplet: 02, 5D and 1C. RGB value is (2,93,28). Sum of RGB (Red+Green+Blue) = 2+93+28=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #025D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D1C is #FDA2E3. Grayscale: #3A3A3A. Windows color (decimal): -16622308 or 1858818. OLE color: 1858818.

HSL color Cylindrical-coordinate representation of color #025D1C: hue angle of 137.14º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D1C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 93 28 -
CMYK 0.98 0 0.70 0.64
HSL 137.14º 0.96% 0.19% -
HSV(B) 137.14º 0.98% 0.36% -
XYZ 4.15 7.93 2.41 -
YUV 58.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 2 93 28 0.98 0 0.70 0.64 137.14 0.96 0.19
Hex 2 5D 1C 62 0 46 40 89 60 13
Octal 2 135 34 142 0 106 100 211 140 23
Binary 10 1011101 11100 1100010 0 1000110 1000000 10001001 1100000 10011

Color Harmonies of #025D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D1C

Black with #025D1C

Text Example


Text Example

White with #025D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025D1C; }

 p { color: rgb(2,93,28); }

 H1.HeaderClassName
 {
   color: #025D1C;
 }
 .AnyTagClassName
 {
   color: #025D1C;
 }
</style>

background-color css

<style>
 a { background-color: #025D1C; }

 a { background-color: rgb(2,93,28); }

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

border-color css

<style>
 span { border-color: #025D1C; }

 span { border-color: rgb(2,93,28); }

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