Html Css Color HEX #268534 Japanese Laurel

📋 copy color: '#268534'

red 38 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #268534

Tints of Japanese Laurel #268534

RGB

 RED value IS 38 (15.23% from 255) = 17.04%

 GREEN value IS 133 (52.34% from 255) = 59.64%

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

R = 17.04%
G = 59.64%
B = 23.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#268534 (or 0x268534) is known color: Japanese Laurel. HEX triplet: 26, 85 and 34. RGB value is (38,133,52). Sum of RGB (Red+Green+Blue) = 38+133+52=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #268534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268534 is #D97ACB. Grayscale: #5F5F5F. Windows color (decimal): -14252748 or 3441958. OLE color: 3441958.

HSL color Cylindrical-coordinate representation of color #268534: hue angle of 128.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268534 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 52 -
CMYK 0.71 0 0.61 0.48
HSL 128.84º 0.56% 0.34% -
HSV(B) 128.84º 0.71% 0.52% -
XYZ 9.81 17.44 6.1 -
YUV 95.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 38 133 52 0.71 0 0.61 0.48 128.84 0.56 0.34
Hex 26 85 34 47 0 3D 30 81 38 22
Octal 46 205 64 107 0 75 60 201 70 42
Binary 100110 10000101 110100 1000111 0 111101 110000 10000001 111000 100010

Color Harmonies of #268534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268534

Black with #268534

Text Example


Text Example

White with #268534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268534; }

 p { color: rgb(38,133,52); }

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

background-color css

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

 a { background-color: rgb(38,133,52); }

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

border-color css

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

 span { border-color: rgb(38,133,52); }

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