Html Css Color HEX #027025 Crusoe

📋 copy color: '#027025'

red 2 ◦ green 112 ◦ blue 37

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

Shades of Crusoe #027025

Tints of Crusoe #027025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.17%

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 1.32%
G = 74.17%
B = 24.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#027025 (or 0x027025) is known color: Crusoe. HEX triplet: 02, 70 and 25. RGB value is (2,112,37). Sum of RGB (Red+Green+Blue) = 2+112+37=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #027025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027025 is #FD8FDA. Grayscale: #464646. Windows color (decimal): -16617435 or 2453506. OLE color: 2453506.

HSL color Cylindrical-coordinate representation of color #027025: hue angle of 139.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027025 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 37 -
CMYK 0.98 0 0.67 0.56
HSL 139.09º 0.96% 0.22% -
HSV(B) 139.09º 0.98% 0.44% -
XYZ 6.15 11.73 3.69 -
YUV 70.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 2 112 37 0.98 0 0.67 0.56 139.09 0.96 0.22
Hex 2 70 25 62 0 43 38 8B 60 16
Octal 2 160 45 142 0 103 70 213 140 26
Binary 10 1110000 100101 1100010 0 1000011 111000 10001011 1100000 10110

Color Harmonies of #027025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027025

Black with #027025

Text Example


Text Example

White with #027025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027025; }

 p { color: rgb(2,112,37); }

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

background-color css

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

 a { background-color: rgb(2,112,37); }

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

border-color css

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

 span { border-color: rgb(2,112,37); }

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