Html Css Color HEX #14402F Sherwood Green

📋 copy color: '#14402F'

red 20 ◦ green 64 ◦ blue 47

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

Shades of Sherwood Green #14402F

Tints of Sherwood Green #14402F

RGB

 RED value IS 20 (8.2% from 255) = 15.27%

 GREEN value IS 64 (25.39% from 255) = 48.85%

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 15.27%
G = 48.85%
B = 35.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#14402F (or 0x14402F) is known color: Sherwood Green. HEX triplet: 14, 40 and 2F. RGB value is (20,64,47). Sum of RGB (Red+Green+Blue) = 20+64+47=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #14402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14402F is #EBBFD0. Grayscale: #303030. Windows color (decimal): -15450065 or 3096596. OLE color: 3096596.

HSL color Cylindrical-coordinate representation of color #14402F: hue angle of 156.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14402F is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 47 -
CMYK 0.69 0 0.27 0.75
HSL 156.82º 0.52% 0.16% -
HSV(B) 156.82º 0.69% 0.25% -
XYZ 2.63 4.02 3.33 -
YUV 48.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 20 64 47 0.69 0 0.27 0.75 156.82 0.52 0.16
Hex 14 40 2F 45 0 1B 4B 9D 34 10
Octal 24 100 57 105 0 33 113 235 64 20
Binary 10100 1000000 101111 1000101 0 11011 1001011 10011101 110100 10000

Color Harmonies of #14402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14402F

Black with #14402F

Text Example


Text Example

White with #14402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14402F; }

 p { color: rgb(20,64,47); }

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

background-color css

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

 a { background-color: rgb(20,64,47); }

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

border-color css

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

 span { border-color: rgb(20,64,47); }

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