Html Css Color HEX #026B1E Crusoe

📋 copy color: '#026B1E'

red 2 ◦ green 107 ◦ blue 30

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

Shades of Crusoe #026B1E

Tints of Crusoe #026B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 76.98%

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 1.44%
G = 76.98%
B = 21.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#026B1E (or 0x026B1E) is known color: Crusoe. HEX triplet: 02, 6B and 1E. RGB value is (2,107,30). Sum of RGB (Red+Green+Blue) = 2+107+30=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 107 (42.19% from 255 or 76.98% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 107 - color contains mainly: green. Hex color #026B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B1E is #FD94E1. Grayscale: #434343. Windows color (decimal): -16618722 or 1993474. OLE color: 1993474.

HSL color Cylindrical-coordinate representation of color #026B1E: hue angle of 136º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B1E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 107 30 -
CMYK 0.98 0 0.72 0.58
HSL 136º 0.96% 0.21% -
HSV(B) 136º 0.98% 0.42% -
XYZ 5.52 10.62 2.99 -
YUV 66.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 2 107 30 0.98 0 0.72 0.58 136 0.96 0.21
Hex 2 6B 1E 62 0 48 3A 88 60 15
Octal 2 153 36 142 0 110 72 210 140 25
Binary 10 1101011 11110 1100010 0 1001000 111010 10001000 1100000 10101

Color Harmonies of #026B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026B1E

Black with #026B1E

Text Example


Text Example

White with #026B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026B1E; }

 p { color: rgb(2,107,30); }

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

background-color css

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

 a { background-color: rgb(2,107,30); }

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

border-color css

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

 span { border-color: rgb(2,107,30); }

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