Html Css Color HEX #026328 Crusoe

📋 copy color: '#026328'

red 2 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #026328

Tints of Crusoe #026328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 1.42%
G = 70.21%
B = 28.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#026328 (or 0x026328) is known color: Crusoe. HEX triplet: 02, 63 and 28. RGB value is (2,99,40). Sum of RGB (Red+Green+Blue) = 2+99+40=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #026328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026328 is #FD9CD7. Grayscale: #3F3F3F. Windows color (decimal): -16620760 or 2646786. OLE color: 2646786.

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

Color convert

RGB 2 99 40 -
CMYK 0.98 0 0.60 0.61
HSL 143.51º 0.96% 0.2% -
HSV(B) 143.51º 0.98% 0.39% -
XYZ 4.87 9.09 3.51 -
YUV 63.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 2 99 40 0.98 0 0.60 0.61 143.51 0.96 0.2
Hex 2 63 28 62 0 3C 3D 90 60 14
Octal 2 143 50 142 0 74 75 220 140 24
Binary 10 1100011 101000 1100010 0 111100 111101 10010000 1100000 10100

Color Harmonies of #026328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026328

Black with #026328

Text Example


Text Example

White with #026328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026328; }

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

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

background-color css

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

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

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

border-color css

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

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

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