Html Css Color HEX #308835 Japanese Laurel

📋 copy color: '#308835'

red 48 ◦ green 136 ◦ blue 53

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

Shades of Japanese Laurel #308835

Tints of Japanese Laurel #308835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.38%

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

R = 20.25%
G = 57.38%
B = 22.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#308835 (or 0x308835) is known color: Japanese Laurel. HEX triplet: 30, 88 and 35. RGB value is (48,136,53). Sum of RGB (Red+Green+Blue) = 48+136+53=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #308835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308835 is #CF77CA. Grayscale: #646464. Windows color (decimal): -13596619 or 3508272. OLE color: 3508272.

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

Color convert

RGB 48 136 53 -
CMYK 0.65 0 0.61 0.47
HSL 123.41º 0.48% 0.36% -
HSV(B) 123.41º 0.65% 0.53% -
XYZ 10.67 18.49 6.38 -
YUV 100.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 48 136 53 0.65 0 0.61 0.47 123.41 0.48 0.36
Hex 30 88 35 41 0 3D 2F 7B 30 24
Octal 60 210 65 101 0 75 57 173 60 44
Binary 110000 10001000 110101 1000001 0 111101 101111 1111011 110000 100100

Color Harmonies of #308835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308835

Black with #308835

Text Example


Text Example

White with #308835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308835; }

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

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

background-color css

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

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

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

border-color css

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

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

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