Html Css Color HEX #025C1C Crusoe

📋 copy color: '#025C1C'

red 2 ◦ green 92 ◦ blue 28

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

Shades of Crusoe #025C1C

Tints of Crusoe #025C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 75.41%

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

R = 1.64%
G = 75.41%
B = 22.95%

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

#025C1C (or 0x025C1C) is known color: Crusoe. HEX triplet: 02, 5C and 1C. RGB value is (2,92,28). Sum of RGB (Red+Green+Blue) = 2+92+28=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 92 (36.33% from 255 or 75.41% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 92 - color contains mainly: green. Hex color #025C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C1C is #FDA3E3. Grayscale: #393939. Windows color (decimal): -16622564 or 1858562. OLE color: 1858562.

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

Color convert

RGB 2 92 28 -
CMYK 0.98 0 0.70 0.64
HSL 137.33º 0.96% 0.18% -
HSV(B) 137.33º 0.98% 0.36% -
XYZ 4.06 7.75 2.38 -
YUV 57.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 2 92 28 0.98 0 0.70 0.64 137.33 0.96 0.18
Hex 2 5C 1C 62 0 46 40 89 60 12
Octal 2 134 34 142 0 106 100 211 140 22
Binary 10 1011100 11100 1100010 0 1000110 1000000 10001001 1100000 10010

Color Harmonies of #025C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C1C

Black with #025C1C

Text Example


Text Example

White with #025C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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