Html Css Color HEX #307133 Japanese Laurel

📋 copy color: '#307133'

red 48 ◦ green 113 ◦ blue 51

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

Shades of Japanese Laurel #307133

Tints of Japanese Laurel #307133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

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

R = 22.64%
G = 53.3%
B = 24.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#307133 (or 0x307133) is known color: Japanese Laurel. HEX triplet: 30, 71 and 33. RGB value is (48,113,51). Sum of RGB (Red+Green+Blue) = 48+113+51=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #307133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307133 is #CF8ECC. Grayscale: #565656. Windows color (decimal): -13602509 or 3371312. OLE color: 3371312.

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

Color convert

RGB 48 113 51 -
CMYK 0.58 0 0.55 0.56
HSL 122.77º 0.4% 0.32% -
HSV(B) 122.77º 0.58% 0.44% -
XYZ 7.72 12.68 5.17 -
YUV 86.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 48 113 51 0.58 0 0.55 0.56 122.77 0.4 0.32
Hex 30 71 33 3A 0 37 38 7B 28 20
Octal 60 161 63 72 0 67 70 173 50 40
Binary 110000 1110001 110011 111010 0 110111 111000 1111011 101000 100000

Color Harmonies of #307133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307133

Black with #307133

Text Example


Text Example

White with #307133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307133; }

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

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

background-color css

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

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

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

border-color css

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

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

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