Html Css Color HEX #238134 Japanese Laurel

📋 copy color: '#238134'

red 35 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #238134

Tints of Japanese Laurel #238134

RGB

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

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

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

R = 16.2%
G = 59.72%
B = 24.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#238134 (or 0x238134) is known color: Japanese Laurel. HEX triplet: 23, 81 and 34. RGB value is (35,129,52). Sum of RGB (Red+Green+Blue) = 35+129+52=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #238134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238134 is #DC7ECB. Grayscale: #5C5C5C. Windows color (decimal): -14450380 or 3440931. OLE color: 3440931.

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

Color convert

RGB 35 129 52 -
CMYK 0.73 0 0.60 0.49
HSL 130.85º 0.57% 0.32% -
HSV(B) 130.85º 0.73% 0.51% -
XYZ 9.16 16.31 5.91 -
YUV 92.12 105.36 87.26 -
System Red Green Blue C M Y K H S L
Decimal 35 129 52 0.73 0 0.60 0.49 130.85 0.57 0.32
Hex 23 81 34 49 0 3C 31 83 39 20
Octal 43 201 64 111 0 74 61 203 71 40
Binary 100011 10000001 110100 1001001 0 111100 110001 10000011 111001 100000

Color Harmonies of #238134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238134

Black with #238134

Text Example


Text Example

White with #238134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238134; }

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

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

background-color css

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

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

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

border-color css

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

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

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