Html Css Color HEX #0F9730 Forest Green

📋 copy color: '#0F9730'

red 15 ◦ green 151 ◦ blue 48

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

Shades of Forest Green #0F9730

Tints of Forest Green #0F9730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 70.56%

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

R = 7.01%
G = 70.56%
B = 22.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#0F9730 (or 0x0F9730) is known color: Forest Green. HEX triplet: 0F, 97 and 30. RGB value is (15,151,48). Sum of RGB (Red+Green+Blue) = 15+151+48=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9730 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9730 is #F068CF. Grayscale: #626262. Windows color (decimal): -15755472 or 3184399. OLE color: 3184399.

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

Color convert

RGB 15 151 48 -
CMYK 0.90 0 0.68 0.41
HSL 134.56º 0.82% 0.33% -
HSV(B) 134.56º 0.9% 0.59% -
XYZ 11.8 22.45 6.51 -
YUV 98.59 99.44 68.38 -
System Red Green Blue C M Y K H S L
Decimal 15 151 48 0.90 0 0.68 0.41 134.56 0.82 0.33
Hex F 97 30 5A 0 44 29 87 52 21
Octal 17 227 60 132 0 104 51 207 122 41
Binary 1111 10010111 110000 1011010 0 1000100 101001 10000111 1010010 100001

Color Harmonies of #0F9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9730

Black with #0F9730

Text Example


Text Example

White with #0F9730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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