Html Css Color HEX #027123 Crusoe

📋 copy color: '#027123'

red 2 ◦ green 113 ◦ blue 35

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

Shades of Crusoe #027123

Tints of Crusoe #027123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 1.33%
G = 75.33%
B = 23.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#027123 (or 0x027123) is known color: Crusoe. HEX triplet: 02, 71 and 23. RGB value is (2,113,35). Sum of RGB (Red+Green+Blue) = 2+113+35=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #027123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027123 is #FD8EDC. Grayscale: #474747. Windows color (decimal): -16617181 or 2322690. OLE color: 2322690.

HSL color Cylindrical-coordinate representation of color #027123: hue angle of 137.84º 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 #027123 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 35 -
CMYK 0.98 0 0.69 0.56
HSL 137.84º 0.97% 0.23% -
HSV(B) 137.84º 0.98% 0.44% -
XYZ 6.23 11.94 3.57 -
YUV 70.92 107.73 78.84 -
System Red Green Blue C M Y K H S L
Decimal 2 113 35 0.98 0 0.69 0.56 137.84 0.97 0.23
Hex 2 71 23 62 0 45 38 8A 61 17
Octal 2 161 43 142 0 105 70 212 141 27
Binary 10 1110001 100011 1100010 0 1000101 111000 10001010 1100001 10111

Color Harmonies of #027123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027123

Black with #027123

Text Example


Text Example

White with #027123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027123; }

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

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

background-color css

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

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

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

border-color css

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

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

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