Html Css Color HEX #0FB326 Dark Pastel Green

📋 copy color: '#0FB326'

red 15 ◦ green 179 ◦ blue 38

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

Shades of Dark Pastel Green #0FB326

Tints of Dark Pastel Green #0FB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 77.16%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 6.47%
G = 77.16%
B = 16.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#0FB326 (or 0x0FB326) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 26. RGB value is (15,179,38). Sum of RGB (Red+Green+Blue) = 15+179+38=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB326 is #F04CD9. Grayscale: #727272. Windows color (decimal): -15748314 or 2536207. OLE color: 2536207.

HSL color Cylindrical-coordinate representation of color #0FB326: hue angle of 128.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB326 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 38 -
CMYK 0.92 0 0.79 0.30
HSL 128.41º 0.85% 0.38% -
HSV(B) 128.41º 0.92% 0.7% -
XYZ 16.67 32.48 7.22 -
YUV 113.89 85.17 57.46 -
System Red Green Blue C M Y K H S L
Decimal 15 179 38 0.92 0 0.79 0.30 128.41 0.85 0.38
Hex F B3 26 5C 0 4F 1E 80 55 26
Octal 17 263 46 134 0 117 36 200 125 46
Binary 1111 10110011 100110 1011100 0 1001111 11110 10000000 1010101 100110

Color Harmonies of #0FB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB326

Black with #0FB326

Text Example


Text Example

White with #0FB326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,38); }

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

background-color css

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

 a { background-color: rgb(15,179,38); }

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

border-color css

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

 span { border-color: rgb(15,179,38); }

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