Html Css Color HEX #027125 Crusoe

📋 copy color: '#027125'

red 2 ◦ green 113 ◦ blue 37

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

Shades of Crusoe #027125

Tints of Crusoe #027125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.34%

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

R = 1.32%
G = 74.34%
B = 24.34%

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

#027125 (or 0x027125) is known color: Crusoe. HEX triplet: 02, 71 and 25. RGB value is (2,113,37). Sum of RGB (Red+Green+Blue) = 2+113+37=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #027125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027125 is #FD8EDA. Grayscale: #474747. Windows color (decimal): -16617179 or 2453762. OLE color: 2453762.

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

Color convert

RGB 2 113 37 -
CMYK 0.98 0 0.67 0.56
HSL 138.92º 0.97% 0.23% -
HSV(B) 138.92º 0.98% 0.44% -
XYZ 6.26 11.96 3.73 -
YUV 71.15 108.73 78.68 -
System Red Green Blue C M Y K H S L
Decimal 2 113 37 0.98 0 0.67 0.56 138.92 0.97 0.23
Hex 2 71 25 62 0 43 38 8B 61 17
Octal 2 161 45 142 0 103 70 213 141 27
Binary 10 1110001 100101 1100010 0 1000011 111000 10001011 1100001 10111

Color Harmonies of #027125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027125

Black with #027125

Text Example


Text Example

White with #027125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027125; }

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

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

background-color css

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

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

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

border-color css

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

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

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