Html Css Color HEX #307A2E Japanese Laurel

📋 copy color: '#307A2E'

red 48 ◦ green 122 ◦ blue 46

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

Shades of Japanese Laurel #307A2E

Tints of Japanese Laurel #307A2E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 56.48%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 22.22%
G = 56.48%
B = 21.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#307A2E (or 0x307A2E) is known color: Japanese Laurel. HEX triplet: 30, 7A and 2E. RGB value is (48,122,46). Sum of RGB (Red+Green+Blue) = 48+122+46=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #307A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A2E is #CF85D1. Grayscale: #5B5B5B. Windows color (decimal): -13600210 or 3045936. OLE color: 3045936.

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

Color convert

RGB 48 122 46 -
CMYK 0.61 0 0.62 0.52
HSL 118.42º 0.45% 0.33% -
HSV(B) 118.42º 0.62% 0.48% -
XYZ 8.67 14.74 4.97 -
YUV 91.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 48 122 46 0.61 0 0.62 0.52 118.42 0.45 0.33
Hex 30 7A 2E 3D 0 3E 34 76 2D 21
Octal 60 172 56 75 0 76 64 166 55 41
Binary 110000 1111010 101110 111101 0 111110 110100 1110110 101101 100001

Color Harmonies of #307A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A2E

Black with #307A2E

Text Example


Text Example

White with #307A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,122,46); }

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

background-color css

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

 a { background-color: rgb(48,122,46); }

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

border-color css

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

 span { border-color: rgb(48,122,46); }

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