Html Css Color HEX #308935 Japanese Laurel

📋 copy color: '#308935'

red 48 ◦ green 137 ◦ blue 53

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

Shades of Japanese Laurel #308935

Tints of Japanese Laurel #308935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.56%

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

R = 20.17%
G = 57.56%
B = 22.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#308935 (or 0x308935) is known color: Japanese Laurel. HEX triplet: 30, 89 and 35. RGB value is (48,137,53). Sum of RGB (Red+Green+Blue) = 48+137+53=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #308935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308935 is #CF76CA. Grayscale: #656565. Windows color (decimal): -13596363 or 3508528. OLE color: 3508528.

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

Color convert

RGB 48 137 53 -
CMYK 0.65 0 0.61 0.46
HSL 123.37º 0.48% 0.36% -
HSV(B) 123.37º 0.65% 0.54% -
XYZ 10.81 18.78 6.42 -
YUV 100.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 48 137 53 0.65 0 0.61 0.46 123.37 0.48 0.36
Hex 30 89 35 41 0 3D 2E 7B 30 24
Octal 60 211 65 101 0 75 56 173 60 44
Binary 110000 10001001 110101 1000001 0 111101 101110 1111011 110000 100100

Color Harmonies of #308935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308935

Black with #308935

Text Example


Text Example

White with #308935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308935; }

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

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

background-color css

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

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

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

border-color css

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

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

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