Html Css Color HEX #0F4430 Sherwood Green

📋 copy color: '#0F4430'

red 15 ◦ green 68 ◦ blue 48

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

Shades of Sherwood Green #0F4430

Tints of Sherwood Green #0F4430

RGB

 RED value IS 15 (6.25% from 255) = 11.45%

 GREEN value IS 68 (26.95% from 255) = 51.91%

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

R = 11.45%
G = 51.91%
B = 36.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#0F4430 (or 0x0F4430) is known color: Sherwood Green. HEX triplet: 0F, 44 and 30. RGB value is (15,68,48). Sum of RGB (Red+Green+Blue) = 15+68+48=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #0F4430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4430 is #F0BBCF. Grayscale: #313131. Windows color (decimal): -15776720 or 3163151. OLE color: 3163151.

HSL color Cylindrical-coordinate representation of color #0F4430: hue angle of 157.36º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4430 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 68 48 -
CMYK 0.78 0 0.29 0.73
HSL 157.36º 0.64% 0.16% -
HSV(B) 157.36º 0.78% 0.27% -
XYZ 2.8 4.45 3.51 -
YUV 49.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 15 68 48 0.78 0 0.29 0.73 157.36 0.64 0.16
Hex F 44 30 4E 0 1D 49 9D 40 10
Octal 17 104 60 116 0 35 111 235 100 20
Binary 1111 1000100 110000 1001110 0 11101 1001001 10011101 1000000 10000

Color Harmonies of #0F4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4430

Black with #0F4430

Text Example


Text Example

White with #0F4430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,48); }

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

background-color css

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

 a { background-color: rgb(15,68,48); }

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

border-color css

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

 span { border-color: rgb(15,68,48); }

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