Html Css Color HEX #0D4230 Sherwood Green

📋 copy color: '#0D4230'

red 13 ◦ green 66 ◦ blue 48

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

Shades of Sherwood Green #0D4230

Tints of Sherwood Green #0D4230

RGB

 RED value IS 13 (5.47% from 255) = 10.24%

 GREEN value IS 66 (26.17% from 255) = 51.97%

 BLUE value IS 48 (19.14% from 255) = 37.8%

R = 10.24%
G = 51.97%
B = 37.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#0D4230 (or 0x0D4230) is known color: Sherwood Green. HEX triplet: 0D, 42 and 30. RGB value is (13,66,48). Sum of RGB (Red+Green+Blue) = 13+66+48=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4230 is #F2BDCF. Grayscale: #303030. Windows color (decimal): -15908304 or 3162637. OLE color: 3162637.

HSL color Cylindrical-coordinate representation of color #0D4230: hue angle of 159.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4230 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 66 48 -
CMYK 0.80 0 0.27 0.74
HSL 159.62º 0.67% 0.15% -
HSV(B) 159.62º 0.8% 0.26% -
XYZ 2.65 4.2 3.47 -
YUV 48.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 13 66 48 0.80 0 0.27 0.74 159.62 0.67 0.15
Hex D 42 30 50 0 1B 4A A0 43 F
Octal 15 102 60 120 0 33 112 240 103 17
Binary 1101 1000010 110000 1010000 0 11011 1001010 10100000 1000011 1111

Color Harmonies of #0D4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4230

Black with #0D4230

Text Example


Text Example

White with #0D4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,48); }

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

background-color css

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

 a { background-color: rgb(13,66,48); }

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

border-color css

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

 span { border-color: rgb(13,66,48); }

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