Html Css Color HEX #0E651E Crusoe

📋 copy color: '#0E651E'

red 14 ◦ green 101 ◦ blue 30

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

Shades of Crusoe #0E651E

Tints of Crusoe #0E651E

RGB

 RED value IS 14 (5.86% from 255) = 9.66%

 GREEN value IS 101 (39.84% from 255) = 69.66%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 9.66%
G = 69.66%
B = 20.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#0E651E (or 0x0E651E) is known color: Crusoe. HEX triplet: 0E, 65 and 1E. RGB value is (14,101,30). Sum of RGB (Red+Green+Blue) = 14+101+30=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #0E651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E651E is #F19AE1. Grayscale: #434343. Windows color (decimal): -15833826 or 1991950. OLE color: 1991950.

HSL color Cylindrical-coordinate representation of color #0E651E: hue angle of 131.03º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E651E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 101 30 -
CMYK 0.86 0 0.70 0.60
HSL 131.03º 0.76% 0.23% -
HSV(B) 131.03º 0.86% 0.4% -
XYZ 5.07 9.49 2.79 -
YUV 66.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 14 101 30 0.86 0 0.70 0.60 131.03 0.76 0.23
Hex E 65 1E 56 0 46 3C 83 4C 17
Octal 16 145 36 126 0 106 74 203 114 27
Binary 1110 1100101 11110 1010110 0 1000110 111100 10000011 1001100 10111

Color Harmonies of #0E651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E651E

Black with #0E651E

Text Example


Text Example

White with #0E651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E651E; }

 p { color: rgb(14,101,30); }

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

background-color css

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

 a { background-color: rgb(14,101,30); }

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

border-color css

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

 span { border-color: rgb(14,101,30); }

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