Html Css Color HEX #307136 Japanese Laurel

📋 copy color: '#307136'

red 48 ◦ green 113 ◦ blue 54

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

Shades of Japanese Laurel #307136

Tints of Japanese Laurel #307136

RGB

 RED value IS 48 (19.14% from 255) = 22.33%

 GREEN value IS 113 (44.53% from 255) = 52.56%

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 22.33%
G = 52.56%
B = 25.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#307136 (or 0x307136) is known color: Japanese Laurel. HEX triplet: 30, 71 and 36. RGB value is (48,113,54). Sum of RGB (Red+Green+Blue) = 48+113+54=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #307136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307136 is #CF8EC9. Grayscale: #575757. Windows color (decimal): -13602506 or 3567920. OLE color: 3567920.

HSL color Cylindrical-coordinate representation of color #307136: hue angle of 125.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307136 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 54 -
CMYK 0.58 0 0.52 0.56
HSL 125.54º 0.4% 0.32% -
HSV(B) 125.54º 0.58% 0.44% -
XYZ 7.79 12.7 5.53 -
YUV 86.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 48 113 54 0.58 0 0.52 0.56 125.54 0.4 0.32
Hex 30 71 36 3A 0 34 38 7E 28 20
Octal 60 161 66 72 0 64 70 176 50 40
Binary 110000 1110001 110110 111010 0 110100 111000 1111110 101000 100000

Color Harmonies of #307136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307136

Black with #307136

Text Example


Text Example

White with #307136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307136; }

 p { color: rgb(48,113,54); }

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

background-color css

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

 a { background-color: rgb(48,113,54); }

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

border-color css

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

 span { border-color: rgb(48,113,54); }

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