Html Css Color HEX #027226 Crusoe

📋 copy color: '#027226'

red 2 ◦ green 114 ◦ blue 38

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

Shades of Crusoe #027226

Tints of Crusoe #027226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 74.03%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 1.3%
G = 74.03%
B = 24.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#027226 (or 0x027226) is known color: Crusoe. HEX triplet: 02, 72 and 26. RGB value is (2,114,38). Sum of RGB (Red+Green+Blue) = 2+114+38=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #027226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027226 is #FD8DD9. Grayscale: #484848. Windows color (decimal): -16616922 or 2519554. OLE color: 2519554.

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

Color convert

RGB 2 114 38 -
CMYK 0.98 0 0.67 0.55
HSL 139.29º 0.97% 0.23% -
HSV(B) 139.29º 0.98% 0.45% -
XYZ 6.39 12.19 3.85 -
YUV 71.85 108.89 78.18 -
System Red Green Blue C M Y K H S L
Decimal 2 114 38 0.98 0 0.67 0.55 139.29 0.97 0.23
Hex 2 72 26 62 0 43 37 8B 61 17
Octal 2 162 46 142 0 103 67 213 141 27
Binary 10 1110010 100110 1100010 0 1000011 110111 10001011 1100001 10111

Color Harmonies of #027226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027226

Black with #027226

Text Example


Text Example

White with #027226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027226; }

 p { color: rgb(2,114,38); }

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

background-color css

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

 a { background-color: rgb(2,114,38); }

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

border-color css

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

 span { border-color: rgb(2,114,38); }

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