Html Css Color HEX #0FB734 Dark Pastel Green

📋 copy color: '#0FB734'

red 15 ◦ green 183 ◦ blue 52

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

Shades of Dark Pastel Green #0FB734

Tints of Dark Pastel Green #0FB734

RGB

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

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

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

R = 6%
G = 73.2%
B = 20.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#0FB734 (or 0x0FB734) is known color: Dark Pastel Green. HEX triplet: 0F, B7 and 34. RGB value is (15,183,52). Sum of RGB (Red+Green+Blue) = 15+183+52=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB734 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB734 is #F048CB. Grayscale: #767676. Windows color (decimal): -15747276 or 3454735. OLE color: 3454735.

HSL color Cylindrical-coordinate representation of color #0FB734: hue angle of 133.21º 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 #0FB734 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 52 -
CMYK 0.92 0 0.72 0.28
HSL 133.21º 0.85% 0.39% -
HSV(B) 133.21º 0.92% 0.72% -
XYZ 17.75 34.22 8.92 -
YUV 117.83 90.84 54.65 -
System Red Green Blue C M Y K H S L
Decimal 15 183 52 0.92 0 0.72 0.28 133.21 0.85 0.39
Hex F B7 34 5C 0 48 1C 85 55 27
Octal 17 267 64 134 0 110 34 205 125 47
Binary 1111 10110111 110100 1011100 0 1001000 11100 10000101 1010101 100111

Color Harmonies of #0FB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB734

Black with #0FB734

Text Example


Text Example

White with #0FB734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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