Html Css Color HEX #006215 Crusoe

📋 copy color: '#006215'

red 0 ◦ green 98 ◦ blue 21

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

Shades of Crusoe #006215

Tints of Crusoe #006215

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 82.35%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 0%
G = 82.35%
B = 17.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#006215 (or 0x006215) is known color: Crusoe. HEX triplet: 00, 62 and 15. RGB value is (0,98,21). Sum of RGB (Red+Green+Blue) = 0+98+21=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #006215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006215 is #FF9DEA. Grayscale: #3C3C3C. Windows color (decimal): -16752107 or 1401344. OLE color: 1401344.

HSL color Cylindrical-coordinate representation of color #006215: hue angle of 132.86º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006215 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 21 -
CMYK 1 0 0.79 0.62
HSL 132.86º 1% 0.19% -
HSV(B) 132.86º 1% 0.38% -
XYZ 4.5 8.79 2.17 -
YUV 59.92 106.03 85.26 -
System Red Green Blue C M Y K H S L
Decimal 0 98 21 1 0 0.79 0.62 132.86 1 0.19
Hex 0 62 15 64 0 4F 3E 85 64 13
Octal 0 142 25 144 0 117 76 205 144 23
Binary 0 1100010 10101 1100100 0 1001111 111110 10000101 1100100 10011

Color Harmonies of #006215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006215

Black with #006215

Text Example


Text Example

White with #006215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006215; }

 p { color: rgb(0,98,21); }

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

background-color css

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

 a { background-color: rgb(0,98,21); }

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

border-color css

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

 span { border-color: rgb(0,98,21); }

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