Html Css Color HEX #307834 Japanese Laurel

📋 copy color: '#307834'

red 48 ◦ green 120 ◦ blue 52

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

Shades of Japanese Laurel #307834

Tints of Japanese Laurel #307834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.55%

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

R = 21.82%
G = 54.55%
B = 23.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#307834 (or 0x307834) is known color: Japanese Laurel. HEX triplet: 30, 78 and 34. RGB value is (48,120,52). Sum of RGB (Red+Green+Blue) = 48+120+52=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #307834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307834 is #CF87CB. Grayscale: #5A5A5A. Windows color (decimal): -13600716 or 3438640. OLE color: 3438640.

HSL color Cylindrical-coordinate representation of color #307834: hue angle of 123.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307834 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 52 -
CMYK 0.60 0 0.57 0.53
HSL 123.33º 0.43% 0.33% -
HSV(B) 123.33º 0.6% 0.47% -
XYZ 8.56 14.31 5.56 -
YUV 90.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 48 120 52 0.60 0 0.57 0.53 123.33 0.43 0.33
Hex 30 78 34 3C 0 39 35 7B 2B 21
Octal 60 170 64 74 0 71 65 173 53 41
Binary 110000 1111000 110100 111100 0 111001 110101 1111011 101011 100001

Color Harmonies of #307834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307834

Black with #307834

Text Example


Text Example

White with #307834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307834; }

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

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

background-color css

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

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

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

border-color css

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

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

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