Html Css Color HEX #307135 Japanese Laurel

📋 copy color: '#307135'

red 48 ◦ green 113 ◦ blue 53

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

Shades of Japanese Laurel #307135

Tints of Japanese Laurel #307135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.77%

R = 22.43%
G = 52.8%
B = 24.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#307135 (or 0x307135) is known color: Japanese Laurel. HEX triplet: 30, 71 and 35. RGB value is (48,113,53). Sum of RGB (Red+Green+Blue) = 48+113+53=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #307135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307135 is #CF8ECA. Grayscale: #565656. Windows color (decimal): -13602507 or 3502384. OLE color: 3502384.

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

Color convert

RGB 48 113 53 -
CMYK 0.58 0 0.53 0.56
HSL 124.62º 0.4% 0.32% -
HSV(B) 124.62º 0.58% 0.44% -
XYZ 7.77 12.7 5.41 -
YUV 86.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 48 113 53 0.58 0 0.53 0.56 124.62 0.4 0.32
Hex 30 71 35 3A 0 35 38 7D 28 20
Octal 60 161 65 72 0 65 70 175 50 40
Binary 110000 1110001 110101 111010 0 110101 111000 1111101 101000 100000

Color Harmonies of #307135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307135

Black with #307135

Text Example


Text Example

White with #307135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307135; }

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

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

background-color css

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

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

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

border-color css

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

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

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