Html Css Color HEX #248735 Japanese Laurel

📋 copy color: '#248735'

red 36 ◦ green 135 ◦ blue 53

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

Shades of Japanese Laurel #248735

Tints of Japanese Laurel #248735

RGB

 RED value IS 36 (14.45% from 255) = 16.07%

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

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

R = 16.07%
G = 60.27%
B = 23.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#248735 (or 0x248735) is known color: Japanese Laurel. HEX triplet: 24, 87 and 35. RGB value is (36,135,53). Sum of RGB (Red+Green+Blue) = 36+135+53=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #248735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248735 is #DB78CA. Grayscale: #606060. Windows color (decimal): -14383307 or 3508004. OLE color: 3508004.

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

Color convert

RGB 36 135 53 -
CMYK 0.73 0 0.61 0.47
HSL 130.3º 0.58% 0.34% -
HSV(B) 130.3º 0.73% 0.53% -
XYZ 10.03 17.96 6.31 -
YUV 96.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 36 135 53 0.73 0 0.61 0.47 130.3 0.58 0.34
Hex 24 87 35 49 0 3D 2F 82 3A 22
Octal 44 207 65 111 0 75 57 202 72 42
Binary 100100 10000111 110101 1001001 0 111101 101111 10000010 111010 100010

Color Harmonies of #248735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248735

Black with #248735

Text Example


Text Example

White with #248735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248735; }

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

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

background-color css

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

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

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

border-color css

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

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

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