Html Css Color HEX #308134 Japanese Laurel

📋 copy color: '#308134'

red 48 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #308134

Tints of Japanese Laurel #308134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.33%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 20.96%
G = 56.33%
B = 22.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#308134 (or 0x308134) is known color: Japanese Laurel. HEX triplet: 30, 81 and 34. RGB value is (48,129,52). Sum of RGB (Red+Green+Blue) = 48+129+52=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #308134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308134 is #CF7ECB. Grayscale: #606060. Windows color (decimal): -13598412 or 3440944. OLE color: 3440944.

HSL color Cylindrical-coordinate representation of color #308134: hue angle of 122.96º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308134 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 52 -
CMYK 0.63 0 0.60 0.49
HSL 122.96º 0.46% 0.35% -
HSV(B) 122.96º 0.63% 0.51% -
XYZ 9.69 16.58 5.94 -
YUV 96 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 48 129 52 0.63 0 0.60 0.49 122.96 0.46 0.35
Hex 30 81 34 3F 0 3C 31 7B 2E 23
Octal 60 201 64 77 0 74 61 173 56 43
Binary 110000 10000001 110100 111111 0 111100 110001 1111011 101110 100011

Color Harmonies of #308134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308134

Black with #308134

Text Example


Text Example

White with #308134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308134; }

 p { color: rgb(48,129,52); }

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

background-color css

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

 a { background-color: rgb(48,129,52); }

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

border-color css

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

 span { border-color: rgb(48,129,52); }

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