Html Css Color HEX #026728 Crusoe

📋 copy color: '#026728'

red 2 ◦ green 103 ◦ blue 40

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

Shades of Crusoe #026728

Tints of Crusoe #026728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 71.03%

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

R = 1.38%
G = 71.03%
B = 27.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#026728 (or 0x026728) is known color: Crusoe. HEX triplet: 02, 67 and 28. RGB value is (2,103,40). Sum of RGB (Red+Green+Blue) = 2+103+40=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #026728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026728 is #FD98D7. Grayscale: #414141. Windows color (decimal): -16619736 or 2647810. OLE color: 2647810.

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

Color convert

RGB 2 103 40 -
CMYK 0.98 0 0.61 0.60
HSL 142.57º 0.96% 0.21% -
HSV(B) 142.57º 0.98% 0.4% -
XYZ 5.26 9.87 3.63 -
YUV 65.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 2 103 40 0.98 0 0.61 0.60 142.57 0.96 0.21
Hex 2 67 28 62 0 3D 3C 8F 60 15
Octal 2 147 50 142 0 75 74 217 140 25
Binary 10 1100111 101000 1100010 0 111101 111100 10001111 1100000 10101

Color Harmonies of #026728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026728

Black with #026728

Text Example


Text Example

White with #026728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026728; }

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

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

background-color css

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

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

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

border-color css

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

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

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