Html Css Color HEX #0F4330 Sherwood Green

📋 copy color: '#0F4330'

red 15 ◦ green 67 ◦ blue 48

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

Shades of Sherwood Green #0F4330

Tints of Sherwood Green #0F4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.54%

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

R = 11.54%
G = 51.54%
B = 36.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#0F4330 (or 0x0F4330) is known color: Sherwood Green. HEX triplet: 0F, 43 and 30. RGB value is (15,67,48). Sum of RGB (Red+Green+Blue) = 15+67+48=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4330 is #F0BCCF. Grayscale: #313131. Windows color (decimal): -15776976 or 3162895. OLE color: 3162895.

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

Color convert

RGB 15 67 48 -
CMYK 0.78 0 0.28 0.74
HSL 158.08º 0.63% 0.16% -
HSV(B) 158.08º 0.78% 0.26% -
XYZ 2.74 4.33 3.49 -
YUV 49.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 15 67 48 0.78 0 0.28 0.74 158.08 0.63 0.16
Hex F 43 30 4E 0 1C 4A 9E 3F 10
Octal 17 103 60 116 0 34 112 236 77 20
Binary 1111 1000011 110000 1001110 0 11100 1001010 10011110 111111 10000

Color Harmonies of #0F4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4330

Black with #0F4330

Text Example


Text Example

White with #0F4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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