Html Css Color HEX #0F9B34 Forest Green

📋 copy color: '#0F9B34'

red 15 ◦ green 155 ◦ blue 52

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

Shades of Forest Green #0F9B34

Tints of Forest Green #0F9B34

RGB

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

 GREEN value IS 155 (60.94% from 255) = 69.82%

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 6.76%
G = 69.82%
B = 23.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#0F9B34 (or 0x0F9B34) is known color: Forest Green. HEX triplet: 0F, 9B and 34. RGB value is (15,155,52). Sum of RGB (Red+Green+Blue) = 15+155+52=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 155 (60.94% from 255 or 69.82% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B34 is #F064CB. Grayscale: #656565. Windows color (decimal): -15754444 or 3447567. OLE color: 3447567.

HSL color Cylindrical-coordinate representation of color #0F9B34: hue angle of 135.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B34 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 155 52 -
CMYK 0.90 0 0.66 0.39
HSL 135.86º 0.82% 0.33% -
HSV(B) 135.86º 0.9% 0.61% -
XYZ 12.54 23.79 7.18 -
YUV 101.4 100.12 66.38 -
System Red Green Blue C M Y K H S L
Decimal 15 155 52 0.90 0 0.66 0.39 135.86 0.82 0.33
Hex F 9B 34 5A 0 42 27 88 52 21
Octal 17 233 64 132 0 102 47 210 122 41
Binary 1111 10011011 110100 1011010 0 1000010 100111 10001000 1010010 100001

Color Harmonies of #0F9B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B34

Black with #0F9B34

Text Example


Text Example

White with #0F9B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,155,52); }

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

background-color css

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

 a { background-color: rgb(15,155,52); }

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

border-color css

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

 span { border-color: rgb(15,155,52); }

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