Html Css Color HEX #025A12 Crusoe

📋 copy color: '#025A12'

red 2 ◦ green 90 ◦ blue 18

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

Shades of Crusoe #025A12

Tints of Crusoe #025A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 81.82%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 1.82%
G = 81.82%
B = 16.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#025A12 (or 0x025A12) is known color: Crusoe. HEX triplet: 02, 5A and 12. RGB value is (2,90,18). Sum of RGB (Red+Green+Blue) = 2+90+18=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #025A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A12 is #FDA5ED. Grayscale: #373737. Windows color (decimal): -16623086 or 1202690. OLE color: 1202690.

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

Color convert

RGB 2 90 18 -
CMYK 0.98 0 0.80 0.65
HSL 130.91º 0.96% 0.18% -
HSV(B) 130.91º 0.98% 0.35% -
XYZ 3.79 7.37 1.79 -
YUV 55.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 2 90 18 0.98 0 0.80 0.65 130.91 0.96 0.18
Hex 2 5A 12 62 0 50 41 83 60 12
Octal 2 132 22 142 0 120 101 203 140 22
Binary 10 1011010 10010 1100010 0 1010000 1000001 10000011 1100000 10010

Color Harmonies of #025A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A12

Black with #025A12

Text Example


Text Example

White with #025A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,18); }

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

background-color css

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

 a { background-color: rgb(2,90,18); }

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

border-color css

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

 span { border-color: rgb(2,90,18); }

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