Html Css Color HEX #027326 Crusoe

📋 copy color: '#027326'

red 2 ◦ green 115 ◦ blue 38

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

Shades of Crusoe #027326

Tints of Crusoe #027326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.19%

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

R = 1.29%
G = 74.19%
B = 24.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#027326 (or 0x027326) is known color: Crusoe. HEX triplet: 02, 73 and 26. RGB value is (2,115,38). Sum of RGB (Red+Green+Blue) = 2+115+38=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #027326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027326 is #FD8CD9. Grayscale: #484848. Windows color (decimal): -16616666 or 2519810. OLE color: 2519810.

HSL color Cylindrical-coordinate representation of color #027326: hue angle of 139.12º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027326 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 115 38 -
CMYK 0.98 0 0.67 0.55
HSL 139.12º 0.97% 0.23% -
HSV(B) 139.12º 0.98% 0.45% -
XYZ 6.51 12.41 3.89 -
YUV 72.44 108.56 77.76 -
System Red Green Blue C M Y K H S L
Decimal 2 115 38 0.98 0 0.67 0.55 139.12 0.97 0.23
Hex 2 73 26 62 0 43 37 8B 61 17
Octal 2 163 46 142 0 103 67 213 141 27
Binary 10 1110011 100110 1100010 0 1000011 110111 10001011 1100001 10111

Color Harmonies of #027326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027326

Black with #027326

Text Example


Text Example

White with #027326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027326; }

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

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

background-color css

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

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

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

border-color css

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

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

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