Html Css Color HEX #0F4230 Sherwood Green

📋 copy color: '#0F4230'

red 15 ◦ green 66 ◦ blue 48

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

Shades of Sherwood Green #0F4230

Tints of Sherwood Green #0F4230

RGB

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

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

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

R = 11.63%
G = 51.16%
B = 37.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#0F4230 (or 0x0F4230) is known color: Sherwood Green. HEX triplet: 0F, 42 and 30. RGB value is (15,66,48). Sum of RGB (Red+Green+Blue) = 15+66+48=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4230 is #F0BDCF. Grayscale: #303030. Windows color (decimal): -15777232 or 3162639. OLE color: 3162639.

HSL color Cylindrical-coordinate representation of color #0F4230: hue angle of 158.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4230 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 48 -
CMYK 0.77 0 0.27 0.74
HSL 158.82º 0.63% 0.16% -
HSV(B) 158.82º 0.77% 0.26% -
XYZ 2.68 4.21 3.47 -
YUV 48.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 15 66 48 0.77 0 0.27 0.74 158.82 0.63 0.16
Hex F 42 30 4D 0 1B 4A 9F 3F 10
Octal 17 102 60 115 0 33 112 237 77 20
Binary 1111 1000010 110000 1001101 0 11011 1001010 10011111 111111 10000

Color Harmonies of #0F4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4230

Black with #0F4230

Text Example


Text Example

White with #0F4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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