Html Css Color HEX #308735 Japanese Laurel

📋 copy color: '#308735'

red 48 ◦ green 135 ◦ blue 53

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

Shades of Japanese Laurel #308735

Tints of Japanese Laurel #308735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.2%

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

R = 20.34%
G = 57.2%
B = 22.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#308735 (or 0x308735) is known color: Japanese Laurel. HEX triplet: 30, 87 and 35. RGB value is (48,135,53). Sum of RGB (Red+Green+Blue) = 48+135+53=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #308735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308735 is #CF78CA. Grayscale: #636363. Windows color (decimal): -13596875 or 3508016. OLE color: 3508016.

HSL color Cylindrical-coordinate representation of color #308735: hue angle of 123.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308735 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 53 -
CMYK 0.64 0 0.61 0.47
HSL 123.45º 0.48% 0.36% -
HSV(B) 123.45º 0.64% 0.53% -
XYZ 10.53 18.21 6.33 -
YUV 99.64 101.68 91.17 -
System Red Green Blue C M Y K H S L
Decimal 48 135 53 0.64 0 0.61 0.47 123.45 0.48 0.36
Hex 30 87 35 40 0 3D 2F 7B 30 24
Octal 60 207 65 100 0 75 57 173 60 44
Binary 110000 10000111 110101 1000000 0 111101 101111 1111011 110000 100100

Color Harmonies of #308735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308735

Black with #308735

Text Example


Text Example

White with #308735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308735; }

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

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

background-color css

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

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

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

border-color css

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

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

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