Html Css Color HEX #307B42 Japanese Laurel

📋 copy color: '#307B42'

red 48 ◦ green 123 ◦ blue 66

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

Shades of Japanese Laurel #307B42

Tints of Japanese Laurel #307B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.9%

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 20.25%
G = 51.9%
B = 27.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#307B42 (or 0x307B42) is known color: Japanese Laurel. HEX triplet: 30, 7B and 42. RGB value is (48,123,66). Sum of RGB (Red+Green+Blue) = 48+123+66=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #307B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B42 is #CF84BD. Grayscale: #5E5E5E. Windows color (decimal): -13599934 or 4356912. OLE color: 4356912.

HSL color Cylindrical-coordinate representation of color #307B42: hue angle of 134.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B42 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 123 66 -
CMYK 0.61 0 0.46 0.52
HSL 134.4º 0.44% 0.34% -
HSV(B) 134.4º 0.61% 0.48% -
XYZ 9.29 15.19 7.6 -
YUV 94.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 48 123 66 0.61 0 0.46 0.52 134.4 0.44 0.34
Hex 30 7B 42 3D 0 2E 34 86 2C 22
Octal 60 173 102 75 0 56 64 206 54 42
Binary 110000 1111011 1000010 111101 0 101110 110100 10000110 101100 100010

Color Harmonies of #307B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B42

Black with #307B42

Text Example


Text Example

White with #307B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307B42; }

 p { color: rgb(48,123,66); }

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

background-color css

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

 a { background-color: rgb(48,123,66); }

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

border-color css

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

 span { border-color: rgb(48,123,66); }

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