Html Css Color HEX #307334 Japanese Laurel

📋 copy color: '#307334'

red 48 ◦ green 115 ◦ blue 52

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

Shades of Japanese Laurel #307334

Tints of Japanese Laurel #307334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

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

R = 22.33%
G = 53.49%
B = 24.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#307334 (or 0x307334) is known color: Japanese Laurel. HEX triplet: 30, 73 and 34. RGB value is (48,115,52). Sum of RGB (Red+Green+Blue) = 48+115+52=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #307334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307334 is #CF8CCB. Grayscale: #575757. Windows color (decimal): -13601996 or 3437360. OLE color: 3437360.

HSL color Cylindrical-coordinate representation of color #307334: hue angle of 123.58º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307334 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 52 -
CMYK 0.58 0 0.55 0.55
HSL 123.58º 0.41% 0.32% -
HSV(B) 123.58º 0.58% 0.45% -
XYZ 7.97 13.14 5.36 -
YUV 87.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 48 115 52 0.58 0 0.55 0.55 123.58 0.41 0.32
Hex 30 73 34 3A 0 37 37 7C 29 20
Octal 60 163 64 72 0 67 67 174 51 40
Binary 110000 1110011 110100 111010 0 110111 110111 1111100 101001 100000

Color Harmonies of #307334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307334

Black with #307334

Text Example


Text Example

White with #307334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307334; }

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

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

background-color css

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

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

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

border-color css

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

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

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