Html Css Color HEX #307933 Japanese Laurel

📋 copy color: '#307933'

red 48 ◦ green 121 ◦ blue 51

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

Shades of Japanese Laurel #307933

Tints of Japanese Laurel #307933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 21.82%
G = 55%
B = 23.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#307933 (or 0x307933) is known color: Japanese Laurel. HEX triplet: 30, 79 and 33. RGB value is (48,121,51). Sum of RGB (Red+Green+Blue) = 48+121+51=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #307933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307933 is #CF86CC. Grayscale: #5B5B5B. Windows color (decimal): -13600461 or 3373360. OLE color: 3373360.

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

Color convert

RGB 48 121 51 -
CMYK 0.60 0 0.58 0.53
HSL 122.47º 0.43% 0.33% -
HSV(B) 122.47º 0.6% 0.47% -
XYZ 8.65 14.54 5.48 -
YUV 91.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 48 121 51 0.60 0 0.58 0.53 122.47 0.43 0.33
Hex 30 79 33 3C 0 3A 35 7A 2B 21
Octal 60 171 63 74 0 72 65 172 53 41
Binary 110000 1111001 110011 111100 0 111010 110101 1111010 101011 100001

Color Harmonies of #307933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307933

Black with #307933

Text Example


Text Example

White with #307933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307933; }

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

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

background-color css

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

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

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

border-color css

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

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

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