Html Css Color HEX #307634 Japanese Laurel

📋 copy color: '#307634'

red 48 ◦ green 118 ◦ blue 52

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

Shades of Japanese Laurel #307634

Tints of Japanese Laurel #307634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.13%

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

R = 22.02%
G = 54.13%
B = 23.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#307634 (or 0x307634) is known color: Japanese Laurel. HEX triplet: 30, 76 and 34. RGB value is (48,118,52). Sum of RGB (Red+Green+Blue) = 48+118+52=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #307634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307634 is #CF89CB. Grayscale: #595959. Windows color (decimal): -13601228 or 3438128. OLE color: 3438128.

HSL color Cylindrical-coordinate representation of color #307634: hue angle of 123.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307634 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 52 -
CMYK 0.59 0 0.56 0.54
HSL 123.43º 0.42% 0.33% -
HSV(B) 123.43º 0.59% 0.46% -
XYZ 8.32 13.83 5.48 -
YUV 89.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 48 118 52 0.59 0 0.56 0.54 123.43 0.42 0.33
Hex 30 76 34 3B 0 38 36 7B 2A 21
Octal 60 166 64 73 0 70 66 173 52 41
Binary 110000 1110110 110100 111011 0 111000 110110 1111011 101010 100001

Color Harmonies of #307634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307634

Black with #307634

Text Example


Text Example

White with #307634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307634; }

 p { color: rgb(48,118,52); }

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

background-color css

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

 a { background-color: rgb(48,118,52); }

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

border-color css

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

 span { border-color: rgb(48,118,52); }

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