Html Css Color HEX #307126 Japanese Laurel

📋 copy color: '#307126'

red 48 ◦ green 113 ◦ blue 38

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

Shades of Japanese Laurel #307126

Tints of Japanese Laurel #307126

RGB

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

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

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

R = 24.12%
G = 56.78%
B = 19.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#307126 (or 0x307126) is known color: Japanese Laurel. HEX triplet: 30, 71 and 26. RGB value is (48,113,38). Sum of RGB (Red+Green+Blue) = 48+113+38=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #307126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307126 is #CF8ED9. Grayscale: #555555. Windows color (decimal): -13602522 or 2519344. OLE color: 2519344.

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

Color convert

RGB 48 113 38 -
CMYK 0.58 0 0.66 0.56
HSL 112º 0.5% 0.3% -
HSV(B) 112º 0.66% 0.44% -
XYZ 7.47 12.58 3.87 -
YUV 85.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 48 113 38 0.58 0 0.66 0.56 112 0.5 0.3
Hex 30 71 26 3A 0 42 38 70 32 1E
Octal 60 161 46 72 0 102 70 160 62 36
Binary 110000 1110001 100110 111010 0 1000010 111000 1110000 110010 11110

Color Harmonies of #307126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307126

Black with #307126

Text Example


Text Example

White with #307126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307126; }

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

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

background-color css

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

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

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

border-color css

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

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

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