Html Css Color HEX #307936 Japanese Laurel

📋 copy color: '#307936'

red 48 ◦ green 121 ◦ blue 54

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

Shades of Japanese Laurel #307936

Tints of Japanese Laurel #307936

RGB

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

 GREEN value IS 121 (47.66% from 255) = 54.26%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 21.52%
G = 54.26%
B = 24.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#307936 (or 0x307936) is known color: Japanese Laurel. HEX triplet: 30, 79 and 36. RGB value is (48,121,54). Sum of RGB (Red+Green+Blue) = 48+121+54=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #307936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307936 is #CF86C9. Grayscale: #5B5B5B. Windows color (decimal): -13600458 or 3569968. OLE color: 3569968.

HSL color Cylindrical-coordinate representation of color #307936: hue angle of 124.93º 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 #307936 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 54 -
CMYK 0.60 0 0.55 0.53
HSL 124.93º 0.43% 0.33% -
HSV(B) 124.93º 0.6% 0.47% -
XYZ 8.72 14.57 5.84 -
YUV 91.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 48 121 54 0.60 0 0.55 0.53 124.93 0.43 0.33
Hex 30 79 36 3C 0 37 35 7D 2B 21
Octal 60 171 66 74 0 67 65 175 53 41
Binary 110000 1111001 110110 111100 0 110111 110101 1111101 101011 100001

Color Harmonies of #307936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307936

Black with #307936

Text Example


Text Example

White with #307936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307936; }

 p { color: rgb(48,121,54); }

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

background-color css

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

 a { background-color: rgb(48,121,54); }

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

border-color css

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

 span { border-color: rgb(48,121,54); }

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