Html Css Color HEX #308741 Japanese Laurel

📋 copy color: '#308741'

red 48 ◦ green 135 ◦ blue 65

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

Shades of Japanese Laurel #308741

Tints of Japanese Laurel #308741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 19.35%
G = 54.44%
B = 26.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#308741 (or 0x308741) is known color: Japanese Laurel. HEX triplet: 30, 87 and 41. RGB value is (48,135,65). Sum of RGB (Red+Green+Blue) = 48+135+65=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #308741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308741 is #CF78BE. Grayscale: #656565. Windows color (decimal): -13596863 or 4294448. OLE color: 4294448.

HSL color Cylindrical-coordinate representation of color #308741: hue angle of 131.72º 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 #308741 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 65 -
CMYK 0.64 0 0.52 0.47
HSL 131.72º 0.48% 0.36% -
HSV(B) 131.72º 0.64% 0.53% -
XYZ 10.84 18.34 7.97 -
YUV 101.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 48 135 65 0.64 0 0.52 0.47 131.72 0.48 0.36
Hex 30 87 41 40 0 34 2F 84 30 24
Octal 60 207 101 100 0 64 57 204 60 44
Binary 110000 10000111 1000001 1000000 0 110100 101111 10000100 110000 100100

Color Harmonies of #308741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308741

Black with #308741

Text Example


Text Example

White with #308741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308741; }

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

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

background-color css

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

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

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

border-color css

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

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

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