Html Css Color HEX #026326 Crusoe

📋 copy color: '#026326'

red 2 ◦ green 99 ◦ blue 38

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

Shades of Crusoe #026326

Tints of Crusoe #026326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 71.22%

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

R = 1.44%
G = 71.22%
B = 27.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#026326 (or 0x026326) is known color: Crusoe. HEX triplet: 02, 63 and 26. RGB value is (2,99,38). Sum of RGB (Red+Green+Blue) = 2+99+38=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #026326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026326 is #FD9CD9. Grayscale: #3F3F3F. Windows color (decimal): -16620762 or 2515714. OLE color: 2515714.

HSL color Cylindrical-coordinate representation of color #026326: hue angle of 142.27º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026326 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 99 38 -
CMYK 0.98 0 0.62 0.61
HSL 142.27º 0.96% 0.2% -
HSV(B) 142.27º 0.98% 0.39% -
XYZ 4.84 9.08 3.33 -
YUV 63.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 2 99 38 0.98 0 0.62 0.61 142.27 0.96 0.2
Hex 2 63 26 62 0 3E 3D 8E 60 14
Octal 2 143 46 142 0 76 75 216 140 24
Binary 10 1100011 100110 1100010 0 111110 111101 10001110 1100000 10100

Color Harmonies of #026326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026326

Black with #026326

Text Example


Text Example

White with #026326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026326; }

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

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

background-color css

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

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

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

border-color css

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

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

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