Html Css Color HEX #238034 Japanese Laurel

📋 copy color: '#238034'

red 35 ◦ green 128 ◦ blue 52

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

Shades of Japanese Laurel #238034

Tints of Japanese Laurel #238034

RGB

 RED value IS 35 (14.06% from 255) = 16.28%

 GREEN value IS 128 (50.39% from 255) = 59.53%

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

R = 16.28%
G = 59.53%
B = 24.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#238034 (or 0x238034) is known color: Japanese Laurel. HEX triplet: 23, 80 and 34. RGB value is (35,128,52). Sum of RGB (Red+Green+Blue) = 35+128+52=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #238034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238034 is #DC7FCB. Grayscale: #5B5B5B. Windows color (decimal): -14450636 or 3440675. OLE color: 3440675.

HSL color Cylindrical-coordinate representation of color #238034: hue angle of 130.97º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238034 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 52 -
CMYK 0.73 0 0.59 0.50
HSL 130.97º 0.57% 0.32% -
HSV(B) 130.97º 0.73% 0.5% -
XYZ 9.03 16.04 5.87 -
YUV 91.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 35 128 52 0.73 0 0.59 0.50 130.97 0.57 0.32
Hex 23 80 34 49 0 3B 32 83 39 20
Octal 43 200 64 111 0 73 62 203 71 40
Binary 100011 10000000 110100 1001001 0 111011 110010 10000011 111001 100000

Color Harmonies of #238034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238034

Black with #238034

Text Example


Text Example

White with #238034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238034; }

 p { color: rgb(35,128,52); }

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

background-color css

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

 a { background-color: rgb(35,128,52); }

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

border-color css

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

 span { border-color: rgb(35,128,52); }

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