Html Css Color HEX #0FB730 Dark Pastel Green

📋 copy color: '#0FB730'

red 15 ◦ green 183 ◦ blue 48

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

Shades of Dark Pastel Green #0FB730

Tints of Dark Pastel Green #0FB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 74.39%

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

R = 6.1%
G = 74.39%
B = 19.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#0FB730 (or 0x0FB730) is known color: Dark Pastel Green. HEX triplet: 0F, B7 and 30. RGB value is (15,183,48). Sum of RGB (Red+Green+Blue) = 15+183+48=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 183 (71.88% from 255 or 74.39% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB730 is #F048CF. Grayscale: #757575. Windows color (decimal): -15747280 or 3192591. OLE color: 3192591.

HSL color Cylindrical-coordinate representation of color #0FB730: hue angle of 131.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB730 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 48 -
CMYK 0.92 0 0.74 0.28
HSL 131.79º 0.85% 0.39% -
HSV(B) 131.79º 0.92% 0.72% -
XYZ 17.66 34.18 8.46 -
YUV 117.38 88.84 54.98 -
System Red Green Blue C M Y K H S L
Decimal 15 183 48 0.92 0 0.74 0.28 131.79 0.85 0.39
Hex F B7 30 5C 0 4A 1C 84 55 27
Octal 17 267 60 134 0 112 34 204 125 47
Binary 1111 10110111 110000 1011100 0 1001010 11100 10000100 1010101 100111

Color Harmonies of #0FB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB730

Black with #0FB730

Text Example


Text Example

White with #0FB730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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