Html Css Color HEX #027026 Crusoe

📋 copy color: '#027026'

red 2 ◦ green 112 ◦ blue 38

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

Shades of Crusoe #027026

Tints of Crusoe #027026

RGB

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

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

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

R = 1.32%
G = 73.68%
B = 25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#027026 (or 0x027026) is known color: Crusoe. HEX triplet: 02, 70 and 26. RGB value is (2,112,38). Sum of RGB (Red+Green+Blue) = 2+112+38=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #027026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027026 is #FD8FD9. Grayscale: #464646. Windows color (decimal): -16617434 or 2519042. OLE color: 2519042.

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

Color convert

RGB 2 112 38 -
CMYK 0.98 0 0.66 0.56
HSL 139.64º 0.96% 0.22% -
HSV(B) 139.64º 0.98% 0.44% -
XYZ 6.17 11.74 3.77 -
YUV 70.67 109.56 79.02 -
System Red Green Blue C M Y K H S L
Decimal 2 112 38 0.98 0 0.66 0.56 139.64 0.96 0.22
Hex 2 70 26 62 0 42 38 8C 60 16
Octal 2 160 46 142 0 102 70 214 140 26
Binary 10 1110000 100110 1100010 0 1000010 111000 10001100 1100000 10110

Color Harmonies of #027026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027026

Black with #027026

Text Example


Text Example

White with #027026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027026; }

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

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

background-color css

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

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

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

border-color css

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

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

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